home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / helicopter.swf / scripts / frame_5 / PlaceObject2_50_19 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  128 b   |  9 lines

  1. onClipEvent(mouseDown){
  2.    fly = true;
  3.    if(broken != true)
  4.    {
  5.       downSound.stop();
  6.       upSound.start();
  7.    }
  8. }
  9.